|
|
@@ -110,7 +110,7 @@ Create a user for Huginn do not type the `mysql>`, this is part of the prompt. C
|
110
|
110
|
|
111
|
111
|
Ensure you can use the InnoDB engine which is necessary to support long indexes
|
112
|
112
|
|
113
|
|
- mysql> SET storage_engine=INNODB;
|
|
113
|
+ mysql> SET default_storage_engine=INNODB;
|
114
|
114
|
|
115
|
115
|
# If this fails, check your MySQL config files (e.g. `/etc/mysql/*.cnf`, `/etc/mysql/conf.d/*`)
|
116
|
116
|
# for the setting "innodb = off"
|
|
|
@@ -134,7 +134,7 @@ You should now see `ERROR 1049 (42000): Unknown database 'huginn_production'` wh
|
134
|
134
|
You are done installing the database and can go back to the rest of the installation.
|
135
|
135
|
|
136
|
136
|
|
137
|
|
-## 6. Huginn
|
|
137
|
+## 5. Huginn
|
138
|
138
|
|
139
|
139
|
### Clone the Source
|
140
|
140
|
|
|
|
@@ -264,7 +264,7 @@ Export the init scripts:
|
264
|
264
|
|
265
|
265
|
sudo bundle exec rake production:status
|
266
|
266
|
|
267
|
|
-## 7. Nginx
|
|
267
|
+## 6. Nginx
|
268
|
268
|
|
269
|
269
|
**Note:** Nginx is the officially supported web server for Huginn. If you cannot or do not want to use Nginx as your web server, the wiki has a page on how to configure [apache](https://github.com/cantino/huginn/wiki/Apache-Huginn-configuration).
|
270
|
270
|
|